3.101 \(\int \frac{\left (a+b x^2\right )^8}{x^{19}} \, dx\)

Optimal. Leaf size=19 \[ -\frac{\left (a+b x^2\right )^9}{18 a x^{18}} \]

[Out]

-(a + b*x^2)^9/(18*a*x^18)

_______________________________________________________________________________________

Rubi [A]  time = 0.0203048, antiderivative size = 19, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 13, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.077 \[ -\frac{\left (a+b x^2\right )^9}{18 a x^{18}} \]

Antiderivative was successfully verified.

[In]  Int[(a + b*x^2)^8/x^19,x]

[Out]

-(a + b*x^2)^9/(18*a*x^18)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 3.26904, size = 15, normalized size = 0.79 \[ - \frac{\left (a + b x^{2}\right )^{9}}{18 a x^{18}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((b*x**2+a)**8/x**19,x)

[Out]

-(a + b*x**2)**9/(18*a*x**18)

_______________________________________________________________________________________

Mathematica [B]  time = 0.00799446, size = 100, normalized size = 5.26 \[ -\frac{a^8}{18 x^{18}}-\frac{a^7 b}{2 x^{16}}-\frac{2 a^6 b^2}{x^{14}}-\frac{14 a^5 b^3}{3 x^{12}}-\frac{7 a^4 b^4}{x^{10}}-\frac{7 a^3 b^5}{x^8}-\frac{14 a^2 b^6}{3 x^6}-\frac{2 a b^7}{x^4}-\frac{b^8}{2 x^2} \]

Antiderivative was successfully verified.

[In]  Integrate[(a + b*x^2)^8/x^19,x]

[Out]

-a^8/(18*x^18) - (a^7*b)/(2*x^16) - (2*a^6*b^2)/x^14 - (14*a^5*b^3)/(3*x^12) - (
7*a^4*b^4)/x^10 - (7*a^3*b^5)/x^8 - (14*a^2*b^6)/(3*x^6) - (2*a*b^7)/x^4 - b^8/(
2*x^2)

_______________________________________________________________________________________

Maple [B]  time = 0.01, size = 91, normalized size = 4.8 \[ -{\frac{14\,{a}^{5}{b}^{3}}{3\,{x}^{12}}}-{\frac{14\,{a}^{2}{b}^{6}}{3\,{x}^{6}}}-2\,{\frac{a{b}^{7}}{{x}^{4}}}-7\,{\frac{{a}^{4}{b}^{4}}{{x}^{10}}}-7\,{\frac{{a}^{3}{b}^{5}}{{x}^{8}}}-2\,{\frac{{a}^{6}{b}^{2}}{{x}^{14}}}-{\frac{{a}^{8}}{18\,{x}^{18}}}-{\frac{{a}^{7}b}{2\,{x}^{16}}}-{\frac{{b}^{8}}{2\,{x}^{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((b*x^2+a)^8/x^19,x)

[Out]

-14/3*a^5*b^3/x^12-14/3*a^2*b^6/x^6-2*a*b^7/x^4-7*a^4*b^4/x^10-7*a^3*b^5/x^8-2*a
^6*b^2/x^14-1/18*a^8/x^18-1/2*a^7*b/x^16-1/2*b^8/x^2

_______________________________________________________________________________________

Maxima [A]  time = 1.41416, size = 122, normalized size = 6.42 \[ -\frac{9 \, b^{8} x^{16} + 36 \, a b^{7} x^{14} + 84 \, a^{2} b^{6} x^{12} + 126 \, a^{3} b^{5} x^{10} + 126 \, a^{4} b^{4} x^{8} + 84 \, a^{5} b^{3} x^{6} + 36 \, a^{6} b^{2} x^{4} + 9 \, a^{7} b x^{2} + a^{8}}{18 \, x^{18}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^2 + a)^8/x^19,x, algorithm="maxima")

[Out]

-1/18*(9*b^8*x^16 + 36*a*b^7*x^14 + 84*a^2*b^6*x^12 + 126*a^3*b^5*x^10 + 126*a^4
*b^4*x^8 + 84*a^5*b^3*x^6 + 36*a^6*b^2*x^4 + 9*a^7*b*x^2 + a^8)/x^18

_______________________________________________________________________________________

Fricas [A]  time = 0.195471, size = 122, normalized size = 6.42 \[ -\frac{9 \, b^{8} x^{16} + 36 \, a b^{7} x^{14} + 84 \, a^{2} b^{6} x^{12} + 126 \, a^{3} b^{5} x^{10} + 126 \, a^{4} b^{4} x^{8} + 84 \, a^{5} b^{3} x^{6} + 36 \, a^{6} b^{2} x^{4} + 9 \, a^{7} b x^{2} + a^{8}}{18 \, x^{18}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^2 + a)^8/x^19,x, algorithm="fricas")

[Out]

-1/18*(9*b^8*x^16 + 36*a*b^7*x^14 + 84*a^2*b^6*x^12 + 126*a^3*b^5*x^10 + 126*a^4
*b^4*x^8 + 84*a^5*b^3*x^6 + 36*a^6*b^2*x^4 + 9*a^7*b*x^2 + a^8)/x^18

_______________________________________________________________________________________

Sympy [A]  time = 3.9602, size = 97, normalized size = 5.11 \[ - \frac{a^{8} + 9 a^{7} b x^{2} + 36 a^{6} b^{2} x^{4} + 84 a^{5} b^{3} x^{6} + 126 a^{4} b^{4} x^{8} + 126 a^{3} b^{5} x^{10} + 84 a^{2} b^{6} x^{12} + 36 a b^{7} x^{14} + 9 b^{8} x^{16}}{18 x^{18}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x**2+a)**8/x**19,x)

[Out]

-(a**8 + 9*a**7*b*x**2 + 36*a**6*b**2*x**4 + 84*a**5*b**3*x**6 + 126*a**4*b**4*x
**8 + 126*a**3*b**5*x**10 + 84*a**2*b**6*x**12 + 36*a*b**7*x**14 + 9*b**8*x**16)
/(18*x**18)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.209354, size = 122, normalized size = 6.42 \[ -\frac{9 \, b^{8} x^{16} + 36 \, a b^{7} x^{14} + 84 \, a^{2} b^{6} x^{12} + 126 \, a^{3} b^{5} x^{10} + 126 \, a^{4} b^{4} x^{8} + 84 \, a^{5} b^{3} x^{6} + 36 \, a^{6} b^{2} x^{4} + 9 \, a^{7} b x^{2} + a^{8}}{18 \, x^{18}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^2 + a)^8/x^19,x, algorithm="giac")

[Out]

-1/18*(9*b^8*x^16 + 36*a*b^7*x^14 + 84*a^2*b^6*x^12 + 126*a^3*b^5*x^10 + 126*a^4
*b^4*x^8 + 84*a^5*b^3*x^6 + 36*a^6*b^2*x^4 + 9*a^7*b*x^2 + a^8)/x^18